Welcome![Sign In][Sign Up]
Location:
Search - tsp c

Search list

[OtherTSP

Description: 本程序实现了NPC问题旅行商的三个近似算法。-This procedure achieved a traveling salesman problem NPC three approximation algorithm.
Platform: | Size: 497664 | Author: phil | Hits:

[AI-NN-PRup

Description: 人智经典算法的实现,包括8数码,遗传算法,tsp等-Moses classic algorithms were realized, including 8 digital, genetic algorithm, tsp, etc.
Platform: | Size: 9216 | Author: 周峰 | Hits:

[File FormatTSP

Description: 旅行商tsp问题 可以用c语言实现,请大家看看怎末该进源代码。-Tsp TSP problems can be resolved with c language, I want you to look into the source code of the怎末.
Platform: | Size: 4096 | Author: tangjinjin | Hits:

[Windows Developsuanfa

Description: 模拟退火算法的另一种实现方法,解决TSP问题。代码写的很精炼。-Simulated Annealing Algorithm Another method to solve TSP problems. Code written in a very refined.
Platform: | Size: 118784 | Author: DR | Hits:

[AI-NN-PRTSP

Description: 用遗传算法解决TSP问题.程序中可以任意设置各种遗传算法的参数.有图形界面展示搜索的过程 .-Using genetic algorithms to solve TSP problem. Program can set various parameters of genetic algorithm. Has a graphical interface to display the search process.
Platform: | Size: 586752 | Author: dudu | Hits:

[AI-NN-PRTSP

Description: 采用visual c解决tsp问题。里面有遗传算法的选择、交叉、变异函数。-Using visual c solve the problem tsp. There are genetic algorithm selection, crossover and mutation functions.
Platform: | Size: 56320 | Author: zhangbing | Hits:

[AI-NN-PRTSP

Description: 人工智能中,用模拟退火方法解决旅行商问题,采用C++实现-Artificial intelligence, the use of simulated annealing to solve traveling salesman problem, using C++ implementation
Platform: | Size: 10240 | Author: 张宁 | Hits:

[ConsoleTSP

Description: 人工智能算法中的TSP问题,使用c++编程-The TSP algorithm of artificial intelligence, the use of c++ programming
Platform: | Size: 2048 | Author: 流星澈 | Hits:

[CSharpcsharpmatlab

Description: c#与matlab混合编程--神经网络--tsp-c#,matlab programing-hopfield-tsp
Platform: | Size: 297984 | Author: zws | Hits:

[Compress-Decompress algrithmsmaugis

Description: 模拟退火和对称 *欧几里德旅行商问题。 * *为基础的解决办法的本地搜索启发式 *非过境道路和近邻 -/* * Simulated annealing and the Symetric * Euclidian Traveling Salesman Problem. * * Solution based on local search heuristics for * non-crossing paths and nearest neighbors * * Storage Requirements: n^2+4n ints * * Problem: given the coordinates of n cities in the plane, find a * permutation pi_1, pi_2, ..., pi_n of 1, 2, ..., n that minimizes * sum for 1<=i<n D(pi_i,pi_i+1), where D(i,j) is the euclidian * distance between cities i and j * * Note: with n cities, there is (n-1)!/2 possible tours. * factorial(10)=3628800 factorial(50)=3E+64 factorial(150)=5.7E+262 * If we could check one tour per clock cycle on a 100 MHZ computer, we * would still need to wait approximately 10^236 times the age of the * universe to explore all tours for 150 cities. * * gcc-O4-o tsp tsp.c-lm tsp | ghostview- * * Usage: tsp [-v] [n=dd] [s=dd] [filename] * -v : verbose * n= : nb of cities (cities generated randomly on E^2
Platform: | Size: 86016 | Author: 孙博 | Hits:

[AI-NN-PRTSP

Description: 用C++实现遗传算法求解TSP问题.txt-C++ for TSP
Platform: | Size: 2048 | Author: Melo Wong | Hits:

[File FormatTSP-C

Description: 这是关于基础模型——旅行商问题经典解法C语言编程-This is about the base model- the classic traveling salesman problem solution of C language programming
Platform: | Size: 3072 | Author: naiyu | Hits:

[File Formatbacktracking-algorithm-C

Description: 这是求解VRP和TSP相关问题的回溯算法,基于C语言环境-This is a VRP and TSP solving issues related to backtracking algorithm, based on C language environment
Platform: | Size: 57344 | Author: naiyu | Hits:

[OS programtsp

Description: tsp问题高效代码,程序为c语言编写,算法为分支限界。-tsp issue of efficient code, the program for the c language
Platform: | Size: 1024 | Author: 李俊 | Hits:

[source in ebookTSP

Description: 是用归并排序 开发环境是C++ 算法代码经acm测试通过 -无
Platform: | Size: 1024 | Author: 偶尔淫荡 | Hits:

[AI-NN-PRtsp

Description: 利用模拟退火算法解决TSP问题(C++实现)-TSP PROBLEM
Platform: | Size: 4096 | Author: duan | Hits:

[Mathimatics-Numerical algorithmsPSO-TSP

Description: 在分析粒子群优化的搜索原理的基础上,通过引入交换子和交换序的概念,构造 一种特殊的粒子群优化算法,并用于求解旅行商问题。 - This algorithm introduces the search strategies of particle swarm optimiza- tion (PSO),via presenting the concepts of swap operator and swap sequence an algorithm of a kind of special particle swarm optimization is constructed and then proposes its application to traveling sales- man problems(TSP).
Platform: | Size: 5120 | Author: 李北辰 | Hits:

[AI-NN-PRAntAlgorithm

Description: 一个蚁群算法求解邮递员路由问题(TSP)具体实现,本人在传统蚁群算法基础上进行改进,达到较高的效率-An ant colony algorithm for routing problem postman (TSP) concrete implementation, I am in the traditional ant colony algorithm based on the improvements to achieve higher efficiency
Platform: | Size: 291840 | Author: wangrenbiao | Hits:

[Mathimatics-Numerical algorithmsTSP

Description: 遗传算法求解经典的旅行商(TSP)问题。图形化界面,可以选择大/中/小地图文件,并演示进化的过程。中/小地图在默认代数下一般都可以找到最优解。-Genetic Algorithm for the classic TSP problem. Graphical interface, you can choose large/medium/small map files, and demonstrates evolutionary process. Medium/small maps in the default algebra can generally be found under the optimal solution.
Platform: | Size: 304128 | Author: PanHao | Hits:

[Windows DevelopTSP

Description: 本系统是用C#语言进行旅行商问题(TSP)的实验仿真,来实现从一个城市到最后一个城市的最短路径的模拟。-This system is to use C# language Traveling Salesman Problem (TSP) of the experimental simulation, to move from one city to the last one the city' s shortest path simulation.
Platform: | Size: 204800 | Author: 学士 | Hits:
« 1 2 3 4 56 7 8 9 10 ... 28 »

CodeBus www.codebus.net